From 61999fda924b9a4732618996b9a5c308cfef0493 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 20 Jun 2008 15:52:58 +0000 Subject: [PATCH] Warning cleanup in tomtom.c. --- tomtom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomtom.c b/tomtom.c index 498ac34c6..6c20b4f12 100644 --- a/tomtom.c +++ b/tomtom.c @@ -97,7 +97,7 @@ data_read(void) if (global_opts.debug_level >= 5) printf("Skipping %li bytes\n", recsize ); while (recsize-- > 0) - read_char( file_in ); + (void) read_char( file_in ); } else if ( rectype == 1 ) { /* a block header; ignored on read */ -- 2.30.2